home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00444_Tel a4.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  177 b   |  9 lines

  1. on mouseUp
  2.   global frameseeker
  3.   silence()
  4.   set the movieTime of sprite 24 to 0
  5.   set the movieRate of sprite 24 to -1
  6.   set frameseeker to random(1000)
  7.   go(frameseeker)
  8. end
  9.